-
-
Notifications
You must be signed in to change notification settings - Fork 168
Add svg ColorMapper to svg loader #680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We've landed changes that updated most of the generated files. You might need to rebase and regenerate them using the tool provided by #682. |
617c874
to
a426fa3
Compare
@AlexV525 Updated |
@AlexV525 Is there some issue on my side or is it CI? When I run the following command locally: |
It is affected by the upstream regardless of your changes. However merging this requires all tests to be passed, I'll look into it later. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #680 +/- ##
=======================================
Coverage 96.78% 96.78%
=======================================
Files 22 22
Lines 840 840
=======================================
Hits 813 813
Misses 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Looks like it was flaky rather than an actual issue. |
What does this change?
Add possibility to specify color mapper for svg.
Fixes #679 🎯
Type of change
Checklist:
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
melos run test
)melos run format
to automatically apply formatting)